Avoid "pkg-config --atleast-version"
authorSimon McVittie <smcv@debian.org>
Sat, 9 Aug 2014 14:17:44 +0000 (15:17 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 9 Aug 2014 14:41:47 +0000 (15:41 +0100)
commit82cf89deb997fd2633cbdeaa659a91f51d6e4cae
tree8e35145979ce19f98626b0551c4ad2eef7a1d50b
parentb535dd0671dfff044e3c5e797ede3d76aa20e368
Avoid "pkg-config --atleast-version"

AM_PATH_GTK_3_0([3.4], [], [], [gthread]) results in calling
"pkg-config --atleast-version 3.4 gtk+-3.0 gthread-2.0".

With pkg-config 0.28, that test fails, because the version of
gthread-2.0 is smaller than 3.4. This appears to be a behaviour
change since 0.26, but matches what the documentation said in 0.26.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=641638
Bug-Debian: https://bugs.debian.org/756476
Reviewed-by: Matthias Clasen <mclasen@redhat.com>
m4macros/gtk-3.0.m4